home *** CD-ROM | disk | FTP | other *** search
- /* %filename% -- subwindow class */
- /* Created %date% %time% by AppMaker */
-
- #define _H_z%WindName%
-
- #include <CDirector.h>
-
- %for each item gen classDecl%
-
- /*----------*/
- class Z%WindName% : public CDirector {
- public:
- %for each item gen instance%
-
- virtual void IZ%WindName%% %(CDirectorOwner *aSupervisor);
- %for each item gen zAuxiliaryMethod.decl%
-
- void DoCommand (long theCommand); // is override
-
- }; /* Z%WindName% */
-